home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 477 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: itnews.sc.intel.com!news    
  2. From: Eric Minor <EricX_Minor@ccm.sc.intel.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: visual C++
  5. Date: 4 Jan 1996 18:42:20 GMT
  6. Organization: Intel - Internet Engineering Group    
  7. Message-ID: <4ch72c$u5@itnews.sc.intel.com>
  8. References: <sumner-0301961114100001@sumner.tiac.net>
  9. NNTP-Posting-Host: eminorx-desk.sc.intel.com
  10.  
  11. sumner@tiac.net (Sumner Paine) wrote:
  12. >
  13. > What is the difference between regular and visual c++? (Is there a version
  14. > of visual c++ for the mac?)
  15.  
  16. There is no difference between regular C++ and visual C++ per se.
  17. Visual C++ is in fact one version of "regular" C++.  Visual C++
  18. is just the product name for Microsoft's C++ compiler product
  19. along with its accompanying development environment.  The "visual"
  20. part of the product name is Microsoft's assertion that it's
  21. development environment is wizzy and visually oriented.  This is
  22. certainly true compared to compiler products of several years
  23. ago.  However, one could argue that Borland's environment is just
  24. as wizzy and visual as Microsoft's (maybe others as well).  I'm 
  25. sure there are C++ compilers for the Mac, but I'm not a Mac user
  26. so I can't recommend one.  Good luck.
  27.  
  28. -Eric Minor
  29.